Hi,
I have a table that contains records
name1| name2
--------------
aaa | 1111
aaa | 222
bbb | 5555
bbb | 222
etc....
I need to export all records from the table in xls files as follow:
if name1 = aaa -> export records in aaa.xls
name1 = bbb -> export records in bbb.xls
an so on...
Can anyone help me?
Thank you.
I have a table that contains records
name1| name2
--------------
aaa | 1111
aaa | 222
bbb | 5555
bbb | 222
etc....
I need to export all records from the table in xls files as follow:
if name1 = aaa -> export records in aaa.xls
name1 = bbb -> export records in bbb.xls
an so on...
Can anyone help me?
Thank you.
Last edited: